String Schema
ProductCodeResponseType Complex Type
Description
Touroperator specific product code
Namespace http://string.drv.de/xmlschema/string
Diagram
LanguageCode Element Text Element Sequence Description Element Page Element Season Element Code Element Sequence Catalogue Element LanguageCode Element Text Element Sequence Description Element Type Element Code Element Sequence ProductCodeResponseType Complex Type
Overview
ProductCodeResponseType
Touroperator specific product code
Sequence
Code xs:token
Type optional xs:token
Sequence
Text xs:string
Text in the given language
LanguageCode xs:language
ISO language code: either XX or XX_yy
Sequence
Code xs:token
Season optional xs:token
Page optional xs:integer
Sequence
Text xs:string
Text in the given language
LanguageCode xs:language
ISO language code: either XX or XX_yy
Used By
Product Element
Product Element
Product Element
Product Element
Product Element
Source
<xs:complexType name="ProductCodeResponseType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Touroperator specific product code</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Code" type="xs:token" nillable="false" />
    <xs:element name="Type" type="xs:token" minOccurs="0" />
    <xs:element name="Description" type="TextLanguageType" minOccurs="0" />
    <xs:element name="Catalogue" type="CatalogueResponseType" minOccurs="0" />
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.